home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_62 / PlaceObject2_3570_577 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-06-09  |  283 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    MyNumber = 3;
  3.    if(this._currentframe == 25)
  4.    {
  5.       frame = random(5) + 2;
  6.       while(frame == _root.prevframe)
  7.       {
  8.          frame = random(5) + 2;
  9.       }
  10.       _root.prevframe = frame;
  11.       _root.nuggy.gotoAndStop(frame);
  12.    }
  13. }
  14.